Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    my @list = qw (hi there);
    print Dumper(@list);
    
  2. or download this
    $VAR1 = 'hi';
    $VAR2 = 'there';