Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl regex speed

by cavac (Parson)
on Oct 25, 2022 at 08:01 UTC ( [id://11147673]=note: print w/replies, xml ) Need Help??


in reply to Perl regex speed

The link to the graph you posted is invalid. I assume the correct one is https://sandiway.arizona.edu/temp/538/perl%20comparison.png

Tip: Don't use spaces in filenames. This always leads to trouble.

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP

Replies are listed 'Best First'.
Re^2: Perl regex speed
by malaigo (Novice) on Oct 25, 2022 at 21:49 UTC
    Yes, %20. And generally, you are correct. I don't mind linking, but it wouldn't let me link in the original query for some reason.

      Did you just copy&paste the link from somewhere? PM doesn't do any encoding for you, it just uses your text to generate HTML. Depending on the source of your link, you might have to do the encoding step manually (or run it through a browser url input once). And you have to add the link HTML tags yourself, PM doesn't do that for you.

      Text only: https://example.com/Hello World https://example.com/Hello%20World Wrong encoding: <a href="https://example.com/Hello World">Examle link</a> Correct encoding: <a href="https://example.com/Hello%20World">Example link</a>

      PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP

Log In?
Username:
Password:

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

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

    No recent polls found