Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # test.pl
    ...
    use Data::Dumper;
    
    my @foo = ('a', 'b', 'c');
    
  2. or download this
    > test.pl
    $VAR1 = 'a';
    $VAR2 = 'b';
    $VAR3 = 'c';