Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    @wwn = join (":", @wwn);
    print "@wwn\n";  
    }
    
  2. or download this
    C:\Users\Documents\perl\practice>perl wwn.pl
    Use of uninitialized value $wwn in string eq at wwn.pl line 5.
    ...
    q
    
    C:\Users\Documents\perl\practice>