in reply to Re: Re: How to split long "use Foo::Bar" lines?
in thread How to split long "use Foo::Bar" lines?
The '...' will not compile - it is just there to represent more stuff. The '\' at the end of a line means 'don't wrap here'.# Fill in user details. $user->set('name', 'joe'); $user->set('tel', '01234567'); ... $user->set('email', 'joe@test.com');
--tidiness is the memory loss of environmental mnemonics
|
|---|