S
saket m
Guest
14:31:41 (uglmd) IN: "visview_pro" nirajs@NirajShaha
using regular expression :-->
my($time, $lic_deamon, $status, $mod_name, $hostinfo) =
/^ (\d+:\d+:\d+) (\(\D{5}\)) IN: "(\S+[_]\S+)" "\S+@\S+" $/;
variables like $time etc are not getting populated, when I am joining the regular expressions together.
Thanks in advance..
using regular expression :-->
my($time, $lic_deamon, $status, $mod_name, $hostinfo) =
/^ (\d+:\d+:\d+) (\(\D{5}\)) IN: "(\S+[_]\S+)" "\S+@\S+" $/;
variables like $time etc are not getting populated, when I am joining the regular expressions together.
Thanks in advance..