InterviewSolution
Saved Bookmarks
| 1. |
Explain About Typeglobs? |
|
Answer» Type globs are another integral type in PERL. A typeglob`s prefix derefrencer is *, which is also the WILD card CHARACTER because you can use typeglobs to create an ALIAS for all types associated with a particular name. All kinds of manipulations are POSSIBLE with typeglobs. Type globs are another integral type in perl. A typeglob`s prefix derefrencer is *, which is also the wild card character because you can use typeglobs to create an alias for all types associated with a particular name. All kinds of manipulations are possible with typeglobs. |
|