Help for this page

Select Code to Download


  1. or download this
    
    my @array = qw/ create  mount  remove /;
    ...
      \@array,
      ...
    ];
    
  2. or download this
    #!/perl/bin/perl
    use strict;
    ...
    }
    
    print Dumper($array);
    
  3. or download this
    __OUTPUT__
    $VAR1 = [
    ...
                'foo'
              ],
            ];