in reply to Re: Re: help with algorithm
in thread help with algorithm
Sub days() returns a list of names of days, just try: print "@newtest",$/; or
You are indexing with strings which numify to zero, so you get $newtest["Wednesday"] as $newtest[0].for my $day (@newtest) { print $day, $/; }
After Compline,
Zaxo
|
|---|