12345678
my $label_Rxp=$leftframe2->Label(-textvariable => \$Rxpackets_text,-anchor =>'e',-relief => 'groove')->pack(-fill => 'both');# .............$Rxpackets_text=`/sbin/ifconfig ppp0 |grep "RX packets"|cut -d ":" -f 2 |cut -d " " -f 1`;chomp $Rxpackets_text;