Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: List comparison problem

by Laurent_R (Canon)
on Aug 16, 2019 at 09:04 UTC ( [id://11104559]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $H_count ++ and ...
    
  2. or download this
      DB<1> $h++ and print "foo";
    
      DB<2> $h++ and print "foo";
    foo
    
  3. or download this
      DB<3> ++$i  and print "foo";
    foo
    
  4. or download this
        $line =~ s/\r//g; # removes windows CR characters 
        $line =~ s/\s+$//; # removes trailing white spaces
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11104559]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found