Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Mysterious append failure.

by BrowserUk (Patriarch)
on Dec 09, 2004 at 12:21 UTC ( [id://413492]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    P:\test>perl -wl
    my $b .= 'fred' . 'bill';
    print $b;;
    ^Z
    fredbill
    
  2. or download this
    P:\test>perl -wl
    my $a = 'a' x 10;
    ...
    print $b;
    ^Z
    aaaaaaaaaaaaaaaaaaa-aaaaaaaa--aaaaaaa---aaaaaa----aaaaa-----aaaa------
    +aaa-------aa--------a---------
    
  3. or download this
    P:\test>perl -wl
    my $a = 'a' x 10;
    ...
    print $b;
    ^Z
    Use of uninitialized value in print at - line 3.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://413492]
Approved by Corion
Front-paged by tomhukins
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-03-28 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found