http://www.perlmonks.org?node_id=109005


in reply to New user scratch pad.

Maybe there can be a linking convention for the scratchpad as well. something like  [view://damian1301]. This would be much easier than going to scratch pad viewer everytime.

$_.=($=+(6<<1));print(chr(my$a=$_));$^H=$_+$_;$_=$^H; print chr($_-39); # Easy but its ok.

Replies are listed 'Best First'.
Re: Re: New user scratch pad.
by blakem (Monsignor) on Aug 30, 2001 at 11:31 UTC
    I agree with the suggestion, but until it gets implimented, you can create links to a specific user's scratchpad like so:
    <A HREF="/index.pl?node_id=108949&user=damian1301">damian1301's scratc +hpad</A>
    damian1301's scratchpad

    -Blake