Help for this page

Select Code to Download


  1. or download this
    my $x = do{
        print "here's an embedded statement\n";
        42;
    };
    
  2. or download this
        $x = sin  / 25 ; # /; die "Bang! I'm dead!";
        
        $y = time / 25 ; # /; die "I'm only pretending!";
    
  3. or download this
        while(<>){
            if ($. == 1){
    ...
        } continue {
            close ARGV if eof
        }