Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
    ...
       foo();
       print "\n";
    }
    
  2. or download this
    C:\_32\pscrpt\inline>perl try.pl
    HELLO
    ...
    HELLO
    
    C:\_32\pscrpt\inline>
    
  3. or download this
    [rob@localhost inline]$ perl try.pl
    
    
    
    HELLOHELLOHELLO[rob@localhost inline]$