Help for this page

Select Code to Download


  1. or download this
    %my_perl_script.pl foo1 foo2 foo3
    
  2. or download this
    $my args = q{foo1 foo2 foo3};
    
  3. or download this
    my $args = q{@ARGV};
    
  4. or download this
    my $args = @ARGV;