Help for this page

Select Code to Download


  1. or download this
    my $foo = 'First line
    Second line
    Third line';
    
  2. or download this
    my $foo = '
        First line<br>
        Second line<br>
        Third line<br>
    ';
    
  3. or download this
    my $foo = "
        First line<br>
        $second_line<br>
        <a href=\"foo.html\">Third line</a>
    ";
    
  4. or download this
    my $foo = qq{
        First line<br>
        $second_line<br>
        <a href="foo.html">Third line</a>
    };
    
  5. or download this
    2;0 juerd@ouranos:~$ perl -e'undef christmas'
    Segmentation fault
    2;139 juerd@ouranos:~$