Hi All,
I would like to prepare development environment on AS/400 v 4.5 server. Currently I have only the basic system components.
I would like to have:
- CL scripting and the full-screen text editor
- access to DB2, with queries, structure management etc.
(something like sqlplus for the...
Hi,
I have the following code:
// ...
if ( /$from_pattern/ ) {
s/$from_pattern/$to_string/g;
print "Changed: $from_pattern --> $to_string\n";
}
I would like to have:
// ...
s/$from_pattern/$to_string/g;
if ($WHAT_TO_CHECK_HERE) {
print "Changed: $from_pattern -->...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.