Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Simple way to skip spaces and # comments

by leszekdubiel (Scribe)
on Jul 31, 2020 at 14:36 UTC ( [id://11120147]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # for f in `seq 40123`; do echo " #alfa beta"; done | perl -e 'use str
    +ict; use warnings; undef $/; my $s = <STDIN>; print length $s, "\n"; 
    +$s =~ /\G (?: \s++ | \# .*+ )++ /xgc; print pos $s, "\n"; '
    481476
    Complex regular subexpression recursion limit (32766) exceeded at -e l
    +ine 1, <STDIN> chunk 1.
    196597
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found