Help for this page

Select Code to Download


  1. or download this
    
    Beginning Perl is a different kind of Perl book. It's written particul
    +arly with the beginning programmer in mind,
    ...
    It covers a lot of ground, from the very basics of programming, right 
    +through to developing CGI applications
    for the web. More importantly, it emphasizes good Perl practice, and r
    +eadable and maintainable code.
    
  2. or download this
     
    
    open F, "<text.txt";
    ...
    print "Result : $1 " if($_ =~ m/particularly(.*)/);
    }
    
  3. or download this
    Result : with the beginning programmer in mind,
    
  4. or download this
    with the beginning programmer in mind,
    but it doesn't treat you like an idiot, and experienced programmers wi
    +ll not feel patronized.
    It covers a lot of ground, from the very basics of programming, right 
    +through to developing CGI applications
    for the web. More importantly, it emphasizes good Perl practice, and r
    +eadable and maintainable code.