- or download this
for (qw( video book )) {
'unchanged' =~ /(.*)/; # Set $1
...
print "false -> $1\n";
}
}
- or download this
false -> video
true -> unchanged
- or download this
foreach my $link (
'<a href="/story/43480/">The Bottled Water Lie</a>',
...
print("$url: $title\n");
}
- or download this
foreach my $link (
'<a href="/story/43480/">The Bottled Water Lie</a>',
...
print("$url: $title\n");
}