Help for this page

Select Code to Download


  1. or download this
    while () {
        print <<END;
            my text
        END
    }
    
  2. or download this
    while () {
        print <<END;
            my text
    END
    }
    
  3. or download this
        print <<    END;
    
  4. or download this
    $sth=$dbi->prepare( q/
         SELECT * FROM my_table WHERE AVERAGE( cost ) < ?
         /) or die DBI->errstr;