Help for this page

Select Code to Download


  1. or download this
      if($foo)
      {
        print $bar;
      }
    
  2. or download this
    my %hash = ( one   => 1
               , two   => 2
               , three => 3
               );
    
  3. or download this
    my %hash = ( one   => 1, 
                 two   => 2,
                 three => 3 );