On 25/02/2012 00:57, Sean Murphy wrote:
Hi Rob,
Thanks for that. I have spent 30 mins on it and was pulling out my
hair. The end of the heredoc had a tab in front. I didn't know this
mattered. I had the "tag" included and removed for the heredoc. But I
got an error when compiled without the quot
Sean Murphy wrote:
Hi All.
Hello,
I have a real issue with strings. I want to build a sub routine
skeleton plus some test code. If I use () or {} etc. The string comes
out completely messed up. The code below is for a heredoc and
complains that I am trying to define a function. If I use the
On 25/02/2012 00:41, Sean Murphy wrote:
Hi All.
I have a real issue with strings. I want to build a sub routine
skeleton plus some test code. If I use () or {} etc. The string comes
out completely messed up. The code below is for a heredoc and complains
that I am trying to define a function. If
Hi Rob,
Thanks for that. I have spent 30 mins on it and was pulling out my hair. The
end of the heredoc had a tab in front. I didn't know this mattered. I had the
"tag" included and removed for the heredoc. But I got an error when compiled
without the quotes around the Heredoc tag. Now I know w
On 25/02/2012 00:41, Sean Murphy wrote:
Hi All.
I have a real issue with strings. I want to build a sub routine
skeleton plus some test code. If I use () or {} etc. The string comes
out completely messed up. The code below is for a heredoc and complains
that I am trying to define a function. If
Hi All.
I have a real issue with strings. I want to build a sub routine skeleton plus
some test code. If I use () or {} etc. The string comes out completely messed
up. The code below is for a heredoc and complains that I am trying to define a
function. If I use the skeleton within a string. It
Hi Webley,
On Thu, 23 Feb 2012 18:01:11 -0800 (PST)
Webley Silvernail wrote:
> --Snipped the previous posts as well as some of the redundant bits from
> below.--
>
>
> >Hello Webley. See my comments below.
> >>snip
> >They are very different:
> >
> > my $root = HTML::TreeBuilder->new_from_co
--Snipped the previous posts as well as some of the redundant bits from below.--
>Hello Webley. See my comments below.
>>snip
>They are very different:
>
> my $root = HTML::TreeBuilder->new_from_content($content)
>
>is the same as
>
> my $root = HTML::TreeBuilder->new;
> $root->parse($conten
On 23/02/2012 00:59, Webley Silvernail wrote:
>>
>> I have an HTML page that is updated automatically each day. I am
>> using HTML::TreeBuilder to create and insert the new content.
>>
>> Most of the time, this works fine, but I've hit a snag when existing
>> text nodes on the page includes a
On 2012-02-24 10:32:37 -0500, Steve Bertrand wrote:
> Hi all,
Hello:
> Lately, I have seen many command-line one-liners floating around
> with the -E argument:
>
> perl -E '#do stuff'
>
> Could somebody kindly remind me which perldoc I need to review to
> find out about the differences between
perl --help
Will explain what the switches do...
Regards...
On Feb 24, 2012, at 10:32 AM, Steve Bertrand wrote:
> Hi all,
>
> Lately, I have seen many command-line one-liners floating around with the -E
> argument:
>
> perl -E '#do stuff'
>
> Could somebody kindly remind me which perldoc I
On 12-02-24 10:32 AM, Steve Bertrand wrote:
Hi all,
Lately, I have seen many command-line one-liners floating around with
the -E argument:
perl -E '#do stuff'
Could somebody kindly remind me which perldoc I need to review to find
out about the differences between -e and -E?
Steve
perldoc p
Hi all,
Lately, I have seen many command-line one-liners floating around with
the -E argument:
perl -E '#do stuff'
Could somebody kindly remind me which perldoc I need to review to find
out about the differences between -e and -E?
Steve
--
To unsubscribe, e-mail: beginners-unsubscr...@per
13 matches
Mail list logo