- or download this
#!/usr/bin/perl
use warnings;
...
@wwn = join (":", @wwn);
print "@wwn\n";
}
- or download this
#!/usr/bin/perl
use warnings;
...
{
exit;
}
- or download this
[perlpetual@joesatch practice]$ perl wwn_final.pl
Enter
...
Enter the wwn with : or q to quit: q
Invalid Length Or Incorrect Format
[perlpetual@joesatch practice]$