Help for this page

Select Code to Download


  1. or download this
    $\ = "\n";
    for $a (1, "1") {
        print $a | " $a";
    }
    
  2. or download this
    use DBI ':sql_types';
    
    ...
    
    ...
    # Now go ahead, DBI will treat any data for the (first) field as a str
    +ing...