http://qs321.pair.com?node_id=1028957


in reply to Re^4: RE question; how to insert a digit between const[a-z]*3 && inc[0-9]*3? (sprintf)
in thread RE question; how to insert a digit between const[a-z]*3 && inc[0-9]*3?

Greetings, and thank you for your thoughtful replies.

[...]

So, in summary; how on earth can I append a 0 to abc on all the references to abc100.html - abc999.html?

By reading and trying the solutions already provided in any of the thoughtful replies?

If you are unable to adjust any of them to the fact that "abc" was in fact a constant (not that all of them needed adjustment), then perhaps step one is to hire somebody with programming abilities?

- tye        

  • Comment on Re^5: RE question; how to insert a digit between const[a-z]*3 && inc[0-9]*3? (try)

Replies are listed 'Best First'.
Re^6: RE question; how to insert a digit between const[a-z]*3 && inc[0-9]*3? (try)
by taint (Chaplain) on Apr 16, 2013 at 16:46 UTC
    Greetings, My reply was in response to
    I doubt "abc" was as literal as you interpreted it to be.
    ...
    As, in fact it was.

    I am just now reviewing/experimenting with all of those "thoughtful responses"
    you referenced
    By reading and trying the solutions already provided in any of the thoughtful replies?


    :)

    #!/usr/bin/perl -Tw
    use perl::always;
    my $perl_version = "5.12.4";
    print $perl_version;