Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    @wwn = join (":", @wwn);
    print "@wwn\n";  
    }
    
  2. or download this
    C:\Users\Documents\perl\practice>perl wwn.pl
    Enter the wwn: 10000000ABCDEFAB
    ...
    q
    
    C:\Users\ugrankar\Documents\perl\practice>