Help for this page

Select Code to Download


  1. or download this
     if ($hash{^$file}) { do something }
    
  2. or download this
      $hash{$thing} = (1,2,3)
    
  3. or download this
      serial
      serial(O)
      serial(R)
    
  4. or download this
      push(@$hash{$thing},4,5)
    
  5. or download this
       serial
    
  6. or download this
     ^serial
    
  7. or download this
     if ($hash{^$file}) { do something }