Formbuilder and Dancer

2013-03-21 Thread Logust Yu
Hello, I've tried Formbuilder with Apache and had no problem with that. But when I use Formbuilder with Dancer, I have to deliberately set a value to "action", otherwise it will go to a blank page. But this trick only works when the method within the formbuilder section is "get". If I change it to

Re: Formbuilder and Dancer

2013-03-21 Thread Logust Yu
I kind of figure it out by myself. It seems that I can't return to its original url with "action" when I use the post method. Cheers all. 2013/3/21 Logust Yu > Hello, > > I've tried Formbuilder with Apache and had no problem with that. But when > I use Fo

Re: formatting a list

2013-09-28 Thread Logust Yu
Hi Rajeev, I guess you can use printf to print them into strings, and then replace the spaces with underscores. Regards, Jing 2013/9/28 Rajeev Prasad > hello, > > following is obtained by concatenating 3 values using an underscore to > produce a list: > > abc_12_4567 > xy4z_xtr4_sdf > PQRSDR_x

Re: formatting a list

2013-09-28 Thread Logust Yu
ofc it should be "sprintf"... 2013/9/28 Rajeev Prasad > hello, > > following is obtained by concatenating 3 values using an underscore to > produce a list: > > abc_12_4567 > xy4z_xtr4_sdf > PQRSDR_xcvf_scc234 > > i want them to look neat, something like this: where they look in line. I > do not

Re: Storing Output file.

2016-01-28 Thread Logust Yu via beginners
You can probably achieve this easily with 'sed' on bash. > On 28 Jan 2016, at 09:37, Frank Larry wrote: > > Hi Team, > > could you please let me? i have a file which contains "Debug", i would like > to replace debug to "Error", when i ran the below program the out showing > Error message bu