Since 4/2/2012 5:23:49 AM, mohyeldin55 has written 3 articles and participated in 1 conversations. mohyeldin55 signature: mohyeldin55
mohyeldin55's articles:
Items(3) /1
Setting a Variable from the output of a Here Document in C Shell252 (10/28/2010 4:16:17 AM) comp.unix.programmer I was trying to set a variable from the output of a Here Document as follows: set variable = `some command <<EOF` ?input command ?input command EOF I tried this and many other alternatives but nothing works, ... coolclooney
Basic Tcl/Tk Perl integration3176 (6/1/2010 5:58:22 PM) comp.lang.tcl What is the easiest or most common way to link a perl script to a tcl/
tk user interface? I have a perl script that should take a huuuuge
list of long length text arguments. The first thing came to my mind is... coolclooney
Adding a quantifier to substitution347 (7/29/2008 2:31:23 PM) comp.lang.perl.misc I was wondering if there is a work around to add a quantifier if I need to replace a certain pattern with X multiples of certain character or string like: $str=~s//R{15}/g; -------> how to replace the pattern... mohyeldin55