Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
    
    ...
    foreach(@{$new_list}){
        print "$_->{'ISBN'} $_->{'Title'}\n";
    }
    
  2. or download this
    0596004788 Learning Perl Objects, References, and Modules
    0596001320 Learning Perl, Third Edition
    0596003137 Perl Cookbook, Second Edition