Help for this page

Select Code to Download


  1. or download this
    use 5.10.1;
    use strict;
    use warnings;
    
  2. or download this
    #!/usr/bin/perl 
    
    ...
    
    my(@wt) = (1,2,3,4);
    print $wt[2], "\n";