Help for this page

Select Code to Download


  1. or download this
    C:\perlscripts>more 3par.txt
    Id Name Persona -WWN/iSCSI_Name- Port
    
    ...
                             1122334455667799 3:3:1
                             1122334455667788   ---
                             1122334455667799 4:3:1
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
    {
        print "$para" if $para =~ /---/;
    }
    
  3. or download this
    C:\perlscripts>perl test_3par_tp.pl 3par.txt
    Done writing to space_sep.txt.
    
    ...
    
    
    C:\perlscripts>
    
  4. or download this
    use Learning::Perl;
    use Beginning::Perl::Ovid;
    print "Awesome Books";