On Tue, Mar 6, 2012 at 11:42 PM, Paul Johnson wrote:
> On Tue, Mar 06, 2012 at 11:31:59PM +0800, lina wrote:
>> $ perl -Mstrict -wle '{my $char = chr(Ox394) ; print $char;}'
>>
>> Bareword "Ox394" not allowed while "strict subs" in use at -e line 1.
>> Execution of -e aborted due to compilation er
On Tue, Mar 6, 2012 at 9:31 AM, lina wrote:
> $ perl -Mstrict -wle '{my $char = chr(Ox394) ; print $char;}'
>
> Bareword "Ox394" not allowed while "strict subs" in use at -e line 1.
> Execution of -e aborted due to compilation errors.
>
> I don't understand the above error message well,
>
> Thanks
On 12-03-06 10:31 AM, lina wrote:
$ perl -Mstrict -wle '{my $char = chr(Ox394) ; print $char;}'
Bareword "Ox394" not allowed while "strict subs" in use at -e line 1.
Execution of -e aborted due to compilation errors.
I don't understand the above error message well,
Thanks ahead for any explain
On Tue, Mar 06, 2012 at 11:31:59PM +0800, lina wrote:
> $ perl -Mstrict -wle '{my $char = chr(Ox394) ; print $char;}'
>
> Bareword "Ox394" not allowed while "strict subs" in use at -e line 1.
> Execution of -e aborted due to compilation errors.
>
> I don't understand the above error message well,
$ perl -Mstrict -wle '{my $char = chr(Ox394) ; print $char;}'
Bareword "Ox394" not allowed while "strict subs" in use at -e line 1.
Execution of -e aborted due to compilation errors.
I don't understand the above error message well,
Thanks ahead for any explainations,
Best Regards,
--
To unsub
On Mon, Mar 05, 2012 at 07:42:24PM -0800, David Christensen wrote:
> On 03/05/2012 07:19 AM, lina wrote:
> >Which books are the best perl books you have ever read?
>
> 1. Learning Perl -- this book gets you up the initial learning
> curve. Read it cover to cover, enter and play with the example c