It has been a while since I worked with Perl and can't really grasp it. I know how to convert the second line, but I put it there to make it easier to understand.
php Code:
my
@chars
= map
{chr $_} (0x20
... 0x7e
);$text = $chars[int
(rand(@chars
))];$text =~ s
/[<>!&]/./g
;
Any help or pointers appreciated.
Thanks,More Information:
- What I'm trying to say is that sometimes programs need to be written in PERL and other times in PHP or ASP for that matter
- Perl code which examines lines in a text file, and if the line contains a GenBank ACCESSION, prints out that GenBank ACCESSION
- code, perl, java, php, html, visual, xml, basic, delphi, python, project, comment, lines, source, programming, development, count, software, report, c
- After howdy you could add <br><br> to produce two lines (standard html code), and then copy in any php script you find on the net, instantly giving your page the
- I would prefer Perl as PHP will require a great deal more code to achieve the processing required once I have the email data, but if necessary I can live with PHP or translate the script into Perl
- Great, exactly what I was looking for… helped me a lot when digging out perl code and need to extend it
More:
Bookmarks