Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Beware - improper context usage can be considered criminal activity!

by McD (Chaplain)
on Mar 14, 2001 at 22:09 UTC ( [id://64441]=note: print w/replies, xml ) Need Help??


in reply to Beware - improper context usage can be considered criminal activity!

With all due respect, it doesn't look like the kids actually have a "criminal record" here.

According to the story, they were questioned by police, who are keeping their notes on file:

His father repeated to me twice, as if he couldn't quite believe the whole thing had actually happened, that the police gave him a case number and are keeping the report on file.

No charges, no arrest, no conviction, just some notes in a file folder in a detective's filing cabinet somewhere. That's not quite a criminal record.

Peace,
-McD

  • Comment on Re: Beware - improper context usage can be considered criminal activity!

Replies are listed 'Best First'.
Re: Re: Beware - improper context usage can be considered criminal activity!
by jeffpflueger (Beadle) on Mar 14, 2001 at 22:51 UTC
    Funny article!

    Funny too, that when I get stuck on something at times I can just randomly browse PerlMonks....not even a directed search and find my answer. Indeed mystical.

    I've been looking for a way to quote safe a large array of strings for entry into a database (can't have the ' without screwing up syntax)

    but the DBI ->quote( @array ), it doesn't like,

    so I've been trying to get all of @array into a single string because THAT I can quote.

    but NOW

    I understand why my $allofarray = @array returns a number of elements in the array, but my ( $allofarray ) = @array returns the first string in the array....now to just figure out how to get all of the elements into one long string...

    "No matter where you go, there you are." Jeff Pflueger - Struggling Perl knowledge sponge

      use join

      $ perldoc perldoc

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://64441]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-20 00:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found