Did you try it?
#!/usr/bin/perl use strict; use warnings; use "subs.pl"; foo(); bar(); syntax error at use_subs.pl line 6, near "use "subs.pl"" Execution of use_subs.pl aborted due to compilation errors. #!/usr/bin/perl use strict; use warnings; use subs.pl; foo(); bar(); syntax error at use_subs.pl line 6, near "use subs." Execution of use_subs.pl aborted due to compilation errors.
In reply to Re^2: splitting a source file
by chromatic
in thread splitting a source file
by kevind0718
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |