Help for this page

Select Code to Download


  1. or download this
    
    if ( some_horribly_long_thing()
    ...
    {
      do_something();
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      do_something();
    }