Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
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 surveying the Monastery: (3)
As of 2024-03-29 02:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found