Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

kiat's scratchpad

by kiat (Vicar)
on Jun 02, 2004 at 00:40 UTC ( [id://358908]=scratchpad: print w/replies, xml ) Need Help??

for ww:

You missed a double quote towards the end. I get the uninitialised value in concatenation warnings too.

$message =~ s~\[size=(.+?)\](.+?)\[/size\]~"<font size=\"".(($1 > 10) +? 10 : $1)."\">$2</font>"~eisg;

if (done) { String code = doSolve(); String newurl = "http://localhost/?node=game&action=solove&code= +" + code; try { getAppletContext().showDocument(new URL(newurl)); } catch (Exception ex) {} endGame(); } public String doSolve() { String file = "/java/file"; String test = "yyyyyy"; try { URL url = new URL(getDocumentBase(), file); BufferedReader in = new BufferedReader(new InputStreamReader(url +.openStream())); String code = in.readLine(); test = code; } catch (IOException e) {} return test; //System.out.println("string:" + code); }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2025-06-15 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.