hello again. I have a working script for my homework, but for some reason the result is being printed on 2 separate lines not in 1 line as expected... I do not see my error.
Code:
// 1.
Hello,
I run F12. Since some days my laptop has become very sluggish. In Mozilla, switching between the tabs takes like seconds instead of fraction of a second. Also minimizing and mximizing windows takes long. Switching between the windows too takes long. Now I can't see the cursor while typing this post.
Hi all,
i have a peice of Perl script like this:
Code:
foreach (@line) {
@tmp = split /;/,$_;
#print "Line is: $_\n";
switch($tmp[3]){
&nb
HI Guys,
I have to parse below xml file :-
PHP Code:
[CODE]<xn:SubNetwork id="ONRM_ROOT_MO_R"> <xn:MeContext id="LP101"> <xn:ManagedElement id="1"> &nb
Hi
I'm pretty new to PERL so please bear with me:D
I have a df output which I need to add the used of each filesystem
Example:
Code:
anmtl004 /dev/hd4 320 37% 4253 8% / rootvg
anmtl004 &n
So this one is bugging me. I know exactly why it doesn't work i
just don't know how to work around it.
Code:
#!usr/bin/bash
set -e
trap "echo 'Exiting...'; sleep 1; clear" EXIT
clear
Master_Loop ()
{
while [ 1 ];do
answer="x"; read -p "Skip forward?
hi i need assistance in placing array data into while statement that will be looped to recreate more lines as information is populated.
unfortunately i'm not getting this to work.
PHP Code:
<?php
$result = shell_exec("/bin/bash someScript.sh");
&n
Hi Gurus,
I've a sample output from a script with a header as shown below.
The formatting is a little bit out of alignment when it's sent out via email.
Sample output:
Code:
Label Date New Data #AB Removed
i downloaded libgtk-3 dev,doc etc and all the packages and when i enter:
Code:
dpkg -l libgtk[0-9]* | grep ^i
i get the output:
Code:
ii libgtk2-perl 2:1.223-1build2 Perl interface to the 2.x series of th