On Sat, Jan 15, 2011 at 03:20, Dr.Ruud wrote:
> On 2011-01-15 08:52, Emeka wrote:
>
>> rmicro@RMICRO-PC C:\Program Files\xampp
>> # perl -le '$str = "the cat sat on the mat";print substr( $str, 4, -4 )'
>> Can't find string terminator "'" anywhere before EOF at -e line 1.
>
> On Windows it should
On 2011-01-15 08:52, Emeka wrote:
rmicro@RMICRO-PC C:\Program Files\xampp
# perl -le '$str = "the cat sat on the mat";print substr( $str, 4, -4 )'
Can't find string terminator "'" anywhere before EOF at -e line 1.
On Windows it should probably look like:
# perl -wle "$s=q{abc def ghi jkl};pr
*If I were beginning with Perl, I certainly would not practise in the
console but get an editor, such as SciTE*
Yes, I am.
On Sat, Jan 15, 2011 at 3:04 PM, John Delacour wrote:
> On 15 January 2011 07:52, Emeka wrote:
>
> > # perl -le '$str = "the cat sat on the mat";print substr( $str, 4, -4
On 15 January 2011 07:52, Emeka wrote:
> # perl -le '$str = "the cat sat on the mat";print substr( $str, 4, -4 )'
> Can't find string terminator "'" anywhere before EOF at -e line 1.
>
> rmicro@RMICRO-PC C:\Program Files\xampp
> #
>
> It failed to work for me. Why?
Because you can't use single
I am having problems generating output report from my below program. I want to
include the header format indicated in the program as well. A new output folder
is being created but contains no data.
I am also getting the following warnings when I run the program (See far
bottom). Any help is ver
Thanks! This workaround worked for me. :) :)
- Saqib
On Tue, Jan 11, 2011 at 8:26 AM, Bob McConnell wrote:
> From: Saqib Ali
>
> > I'm reading a large (57 MB) XML file Using XML::XPath::XMLParser()
> >
> > I keep getting this error:
> >
> > "Callback called exit at XML/XPath/Node/Element.pm