Help for this page

Select Code to Download


  1. or download this
    print "Bob was $frank \"yes!\" around"."No Way!", $foo, "\n";
    #or
    print "joe" if $bar;
    
  2. or download this
    /print[^;]*;/
    
  3. or download this
    if($foo){ print "Bar" }
    # or
    $foo= "Ask frank to print the report";
    
  4. or download this
    print "Foo\n" while &func($bar);