Help for this page

Select Code to Download


  1. or download this
    @in = (
      [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ],
      [ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34 ],
      # ...
    );
    
  2. or download this
    @in = (
      { user => 'Fighter2', id => 936570, xp => 34, writeups => 11, ... },
    );
    
  3. or download this
    #!/usr/bin/perl
    
    #Initialization
    ...
        print "\n No data to map for Panda machine. Check if input logfile
    + is empty";
        kill;
    }
    
  4. or download this
    (
     {
    ...
      },
      # repeat for each item.
    )
    
  5. or download this
    #!/usr/bin/perl
    
    #Initialization
    ...
        print "\n No data to map for Panda machine. Check if input logfile
    + is empty";
        kill;
    }
    
  6. or download this
    #Initialization
    my @in=(
    ...
        print "\n No data to map for Panda machine. Check if input logfile
    + is empty";
        kill;
    }