Help for this page

Select Code to Download


  1. or download this
    @{"platforms_$site"}
    
  2. or download this
    %{"platforms_$site"}
    
  3. or download this
    #!/usr/bin/perl
    
    ...
            my %deploy_as_platforms = map {$_=>1} @deploy_as_platforms;
    
    }
    
  4. or download this
    Can't declare hash dereference in my at ./test.pl line 30, near "} ="
    Execution of ./test.pl aborted due to compilation errors.