Search Results

Search: Posts Made By: sureshcisco
1,761
Posted By Scrutinizer
https://www.unix.com/homework-coursework-questions/...
https://www.unix.com/homework-coursework-questions/113751-draft-rules-homework-coursework-questions-forum.html

please also read the last lines (in red)...
2,690
Posted By pravin27
try this, #!/usr/bin/perl @strings = ("Shirt...
try this,
#!/usr/bin/perl
@strings = ("Shirt pants candy pants keychain",
"shirt shirt Candy gum sticker gum",
"flowers shirt candy card card");
foreach (@strings)
{
@flds=split;...
2,690
Posted By Chirel
Hi, like everytime with perl there are...
Hi,

like everytime with perl there are lot's of way to solve this.

i give you one, not optimized, using hash tables.

I should use at least map but i'm in a lazy day :)


#!/bin/perl...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy