Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^6: Regex: matching any Number then a hyphen

by harangzsolt33 (Chaplain)
on Dec 01, 2022 at 15:05 UTC ( [id://11148478]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Regex: matching any Number then a hyphen
in thread Regex: matching any Number then a hyphen

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^6: Regex: matching any Number then a hyphen

Replies are listed 'Best First'.
Re^7: Regex: matching any Number then a hyphen
by marto (Cardinal) on Dec 01, 2022 at 15:46 UTC
    open my $FILE, '>test1234.pl' or die 'Dude, I cant even create file!';

    "I did print errors. What are you talking about?"

    You didn't do what I said you didn't do. open/$!

    open(my $fh, ">", "input.txt") or die "Can't open < input.txt: $!";

    "Three arguments are allowed but not required!"

    Needlessly insecure.

Log In?
Username:
Password:

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

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

    No recent polls found