Help for this page

Select Code to Download


  1. or download this
       /no_proc/ ? print "$_\n"
                 : print "$_ : in proc\n" ;
    
  2. or download this
       print /no_proc/ ? "$_\n" : "$_ : in proc\n";