#####bar.pl##### #!/perl/bin/perl use warnings; use strict; require "./foo.pl"; &foo('test', 'this'); #####foo.pl###### #!/perl/bin/perl my @args = @_; foreach (@args) { print "ARGS: $_\n"; }
In reply to Re: Re: Passing a required script arguments
by Anonymous Monk
in thread Passing a required script arguments
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |