in reply to Re: Impress your children with Perl
in thread Impress your children with Perl

Thanks for the consideration, but you need to link to the code part only

https://perlmonks.org/?node_id=176043;displaytype=displaycode

And even that isn't save, i.e. immutable, as long as someone could log in and change the code.

In other words, the code would need to be posted anonymously.

And of course the code needs to be checked by us.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^3: Impress your children with Perl
by GrandFather (Saint) on May 21, 2024 at 22:21 UTC

    How is a tinyurl safer than giving the explicit URL? At least with an explicit URL you immediately have a provenance. A tinyurl link could go anywhere.

    While the code fiddling issues are concerning, they aren't altered by how the code is accessed so are irrelevant when considering replacing the tinyurl with an explicit URL.

    Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
      > How is a tinyurl safer than giving the explicit URL?

      I don't know? Who said this?

      BTW: I'm the one who first raised the alarm in the CB...

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      see Wikisyntax for the Monastery

        Probably influenced by other comments in the thread I interpreted "And even that isn't save [sic]" in your comment above to mean the direct URL in some fashion wasn't "safe" in the sense that it could point to nefarious code. I presume now your intended meaning is that even the direct URL you gave might not be a reliable ("safe") way of accessing the code.

        Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond