core/builtins/source.cif
changeset 78 b3ffff030d5c
parent 66 2a78c4ff2eab
equal deleted inserted replaced
77:8df58d8c99e8 78:b3ffff030d5c
    38 
    38 
    39 ==see-also
    39 ==see-also
    40 
    40 
    41 L<debug|debug>
    41 L<debug|debug>
    42 
    42 
    43 ==argument filename script_file_name
    43 ==argument filename script_file_name optional
    44 
    44 
    45 The name of the script file to be run.
    45 The name of the script file to be run. If not specified (or specified with zero length, i.e. ''), the script will be read from C<stdin>.
    46 
    46 
    47 ==argument string script_args optional last
    47 ==argument string script_args optional last
    48 
    48 
    49 The arguments to pass to the script.
    49 The arguments to pass to the script.
    50 
    50