Help for this page
@diary_entry = keys %{$diary_data[0]}; for $temp (@diary_entry) { print "$temp\n"; }
$ ./send_referral.pl 0000079100 Diary ID: 536870914 timestamp value user
print "$temp: $diary_data[0]{$temp}\n";
$ ./send_referral.pl 0000079100 Diary ID: 536870914 ... Argument "NWORLASTE800 LOGIN FAILED\nNWORLASTE801 LOGIN FAIL\n\nWA..." + isn't numeric in helem at ./send_referral.pl line 201. Bad index while coercing array into hash at ./send_referral.pl line 20 +1. $
@diary_entry = values %{$diary_data[0]}; print "@diary_entry\n";
# Another try: my %hash = %{$diary_data[0]}; ... for $temp (@diary_entry) { print "$temp\n"; }
www.com | www.net | www.org
5.003 (Camel Book 2nd Edition) 5.6 (Camel Book 3rd Edition) 5.8 (stable version for >5 years) 5.10 (many new features now in common use) 5.16 (Camel Book 4th Edition) 5.18 (hash overhaul) 5.26 (no "." in @INC) 5.36 (subroutine signatures) Dynamic (no standard; code dictates VERSION) Other (discuss in comments)
Results (30 votes). Check out past polls.