Help for this page

Select Code to Download


  1. or download this
    my $html =<<HTML;
    &lt;html&gt;This is $crap that the $client told me to $spit out.&lt;/h
    +tml&gt;
    HTML
    
  2. or download this
    $html1 = <<DATA;
    blah blah $blah
    ...
    $var = 'she is '.($some_cond) ? "so ugly" : "so phat";
    $html2 = qq|This is your Mamma: $var|;
    $final = $html1.$html2.$html3;
    
  3. or download this
    package HackedBind;
     
    ...
      return &{$$self};
    }
    1;
    
  4. or download this
    use CGI;
    use POSIX;
    ...
    
    We have assigned $coders coders to the project.
    DATA