Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            printf "Arg #%d is $type\n", $i + 1;
        }
    }
    
  2. or download this
    Arg #1 is variable
    Arg #2 is constant