I thought this would do it, but I am at stopping point:
#!/usr/bin/perl -wT
my @filesToRemove = map {$_ =~ /^(\w[\w.-]*)/} <*>;
Still getting : Insecure dependency in glob while running with -T switch
What can I do still have this functionally and satisfy 'tainting'
Thanks,
Dave
tel: 817-
Last question here,
#!/usr/bin/perl -wT
Snip ...
my @filesToRemove = <*>;
The line above is causing:
Insecure dependency in glob while running with -T switch
What can I do still have this functionally and satisfy 'tainting'
Thanks,
Dave
tel: 817-741-2327 fax: 972-916-3451
(kora
Quick question here for the PERL gurus!
What should be the order for these two statements?
exit;
last switch;
i.e is this correct?
Thanks!!
Dave -- Ft. Worth
__CODE__
SWITCH: {
if ($action =~ /Update/) {
print redirect("./import_clean_csv.php");
Hi David,
> Is it possible to get CGI.pm to print class="myclass">text...
Yes. If the first argument is a hashref, it will use the name/value
pairs as tag attributes.
print $q->p({class=>"myclass"}, "text...");
> I also need to print out the one these as well:
>
>
> but it has
Happy New year out there,
Is it possible to get CGI.pm to print text...
I also need to print out the one these as well:
but it has to be in the of the starting HTML? -- and I would like it
before the and after the
Is any of this possible and would be the correct syntax for this?
Belo
Sara <[EMAIL PROTECTED]> wrote:
: I am trying to extract links along with HTML tags from a list, but it's not working on my XP machine
: with Active State Perl 5.0.6 Kindly help.
:
While Randy already addressed using HTML::LinkExtractor to
retrieve links, you should also hop over to ActiveS
Sara wrote:
I am trying to extract links along with HTML tags from a list,
but it's not working on my XP machine with Active State Perl 5.0.6
Kindly help.
# CODE START
my @array = qq|
http://www.mydomain.com";>http://www.mydomain.com/images/logo2.gif";>
|;
#ex
I am trying to extract links along with HTML tags from a list,
but it's not working on my XP machine with Active State Perl 5.0.6
Kindly help.
# CODE START
my @array = qq|
http://www.mydomain.com";>http://www.mydomain.com/images/logo2.gif";>
|;
#extract LINK