Help for this page

Select Code to Download


  1. or download this
    sub doSomething
    {
    ...
      ...
      ...
    }
    
  2. or download this
    for (my $i = 0; $i < 2000; $i++)
    {
      last if ($i & 1024);
      ...
    }
    
  3. or download this
    if ($MyVALUE)
    {
    ...
    {
      return 5;
    }
    
  4. or download this
    if ($MyVALUE) { return 4; }
    return 5;
    
  5. or download this
    return $MyVALUE ? 4 : 5;
    
  6. or download this
    my $A = 0;
    my $B = 0;
    ...
    
    # EXAMPLE C:
    ($A,$B,$C)=map($_-40,unpack('x'x($V*3).'CCC',"-O(('\xe4\x8d:;"));